home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2581 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: in-news.erinet.com!news
  2. From: jamie@eri.erinet.com (James F. Clark III)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Borland c/c++ 3.0 for dos...
  5. Date: 22 Jan 1996 11:11:12 -0500
  6. Organization: EriNet Online 513 436-9915
  7. Message-ID: <4e0cv0$ocj@eri.erinet.com>
  8. References: <rmhanson.83.3102E3AC@students.wisc.edu>
  9. NNTP-Posting-Host: eri.erinet.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. ryan m hanson (rmhanson@students.wisc.edu) wrote:
  13. : I am looking to buy a good beginner C compiler, one that must be able to
  14. : operate on a 286.
  15.  
  16.     Try looking on a SimTel mirror.  I found three:
  17.  
  18. SimTel/msdos/c/pcc12c.zip    "Personal C compiler. Fully functional, C WARE"
  19. SimTel/msdos/c/ccompile.zip  "Small 'C' compiler"
  20. SimTel/msdos/c/mc302pc1.zip  "MICRO-C PC 'C' compiler v3.02"
  21.  
  22.     I don't know anything about these compilers, but they asre free
  23.     to try out.  I'd do that instead of spending money on a 
  24.     out-of-date product.
  25.  
  26.     The US SimTel mirrors are:
  27.  
  28.        Concord, CA: ftp.cdrom.com               (192.216.191.11)
  29.         Urbana, IL: uiarchive.cso.uiuc.edu      (128.174.5.14)
  30.      Rochester, MI: OAK.Oakland.Edu             (141.210.10.117)
  31.      St. Louis, MO: wuarchive.wustl.edu         (128.252.135.4)
  32.         Norman, OK: ftp.uoknor.edu              (129.15.2.20)
  33.      Corvallis, OR: ftp.orst.edu                (128.193.4.2)
  34. Salt Lake City, UT: ftp.pht.com                 (198.60.59.5)
  35.  
  36. : Here at the university they offer borland c/c++ 3.0 for dos for 40$.
  37.  
  38. : My question is...is this a good starting compiler, will it surfice once I 
  39. : progress in skill and in computer availability?
  40. : The box says the minimum requirements is a 286....
  41.  
  42. : and to run the programers platform it requires 1-2M extended ram.
  43.  
  44. : I have a 286 w/ 1M ram (can't find memory expanders :)). 
  45. : Will this compiler run sufficiently enough for me in command line mode? For 
  46. : right now?
  47.  
  48.     BCC 3.0 is a good compiler for the DOS environment.  I run BCC
  49.     3.1 command line compiler in a DESQview window with only 640K
  50.     and no extended ram, and it works fine for me.  There are drawbacks
  51.     to being stuck on a 286 with 1MB thou.  I believe that you would
  52.     have trouble using the full featured debugger.  And you'll need it
  53.     to track out some aspects of the C language that you may have
  54.     not fully understood since you wouldn't be able to run the IDE's
  55.     (aka the programmers platform) integrated debugger.  But If you
  56.     want a professional package, then the price is right for BCC 3.0.
  57.     But you should invest in a home 486/66.  They run for about $800
  58.     now, and would allow you to run today's software.
  59.  
  60.     I know it's hard to find commerial software for the 286 DOS
  61.     environment.  I recently gave an old 286/12 with 1MB and EGA
  62.     display to my mother-in-law.  Luckly, I had software to give
  63.     her that would run on her system.  But It was hard finding
  64.     Quicken for DOS this past Christmas for her.  I ended up finding
  65.     Quicken for DOS v8.0 in a mark down bin at Software ETC for about
  66.     $20.  This is the first exposure to computers for her.  She's
  67.     still learning the keyboard and how to do a Alt-X and Ctrl-D.
  68.     Really consider investing in a low end 486.  Believe me, you
  69.     don't want to be searching all over creation for some commerial
  70.     software that will run on a 286 any more.
  71.  
  72. : Thank you...
  73. : Ryan
  74.  
  75. Your Welcome,
  76.  
  77. Jamie
  78. -- 
  79. --
  80. jamie@erinet.com  | There is nothing so simple that
  81. Dayton, OH        | it can't be done wrong.
  82.